home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / Implementation / HTPlain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-28  |  460 b   |  22 lines

  1. /*                  /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTPlain.html
  2.                                     PLAIN TEXT OBJECT
  3.                                              
  4.  */
  5. #ifndef HTPLAIN_H
  6. #define HTPLAIN_H
  7.  
  8. #include "HTStream.h"
  9. #include "HTAnchor.h"
  10.  
  11. extern HTStream* HTPlainPresent PARAMS((
  12.         HTPresentation *        pres,
  13.         HTParentAnchor *        anchor,
  14.         HTStream *              sink));
  15.  
  16.  
  17. #endif
  18.  
  19. /*
  20.  
  21.     */
  22.